home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / source / isad2src / makead2.bat < prev    next >
Encoding:
DOS Batch File  |  1994-03-26  |  633 b   |  23 lines

  1. echo off
  2. cls
  3. echo;
  4. echo This batch file will compile the Immortal Syndicate's BBS advertisement
  5. echo Number 2 - Version 2.0
  6. echo;
  7. echo;
  8. pause
  9. tasm /m9 LOADER
  10. tlink LOADER /t
  11. cls
  12. echo;
  13. echo Compiling complete!
  14. echo;
  15. echo Your resulting compiled com file will now be many times larger than the
  16. echo one the Immortal Syndicate released.  This is due to the fact of a post-
  17. echo processing program which removed zero data from the end of the com file.
  18. echo;
  19. echo If you would like your com file to be the same as ours (5k) then you must
  20. echo do some experimenting, and make a post-processing program of your own.
  21.  
  22.  
  23.